NET FTP Library
SendRawFTP(String,List<String>,Int32) Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class > SendRawFTP Method : SendRawFTP(String,List<String>,Int32) Method
Send a raw FTP command and apply to each passed file, expecting a specific response
Syntax
'Declaration
 
Public Overloads Function SendRawFTP( _
   ByVal command As System.String, _
   ByVal files As System.Collections.Generic.List(Of String), _
   ByVal response As System.Integer _
) As System.Collections.Generic.List(Of String)
'Usage
 
Dim instance As FTP
Dim command As System.String
Dim files As System.Collections.Generic.List(Of String)
Dim response As System.Integer
Dim value As System.Collections.Generic.List(Of String)
 
value = instance.SendRawFTP(command, files, response)
public System.Collections.Generic.List<string> SendRawFTP( 
   System.string command,
   System.Collections.Generic.List<string> files,
   System.int response
)
public function SendRawFTP( 
    command: System.String;
    files: System.Collections.Generic.List;
    response: System.Integer
): System.Collections.Generic.List; 
public function SendRawFTP( 
   command : System.String,
   files : System.Collections.Generic.List,
   response : System.int
) : System.Collections.Generic.List;
public: System.Collections.Generic.List<string*>* SendRawFTP( 
   System.string* command,
   System.Collections.Generic.List<string*>* files,
   System.int response
) 
public:
System.Collections.Generic.List<String^>^ SendRawFTP( 
   System.String^ command,
   System.Collections.Generic.List<String^>^ files,
   System.int response
) 

Parameters

command
files
response
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members
Overload List